home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgtksourceview2.0-common / README < prev   
Text File  |  2009-09-28  |  3KB  |  103 lines

  1. General Information
  2. ===================
  3.  
  4. This is version 2.8.1 of GtkSourceView. 
  5.  
  6. GtkSourceView is a text widget that extends the standard gtk+ 2.x 
  7. text widget GtkTextView.
  8.  
  9. It improves GtkTextView by implementing syntax highlighting and other
  10. features typical of a source code editor.
  11.  
  12. You can download the latest GtkSourceView tarball from the gnome ftp server:
  13.  
  14.     ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview
  15.  
  16. Discussion of GtkSourceView happens in the gnome-devtools@gnome.org
  17. mailing list.  You can subscribe and get further information here:
  18.  
  19.     http://mail.gnome.org/mailman/listinfo/gnome-devtools
  20.  
  21. GtkSourceView library is free software and is released under the terms of
  22. GNU General Library Public License. Some language specification files are
  23. released under the GNU General Public License (see the files for exact terms).
  24. We are in the process of relicensing the whole package under the LGPL.
  25. All future contributions to the project must be LGPL-licensed.
  26.  
  27.  
  28. Installation
  29. ============
  30.  
  31. GtkSourceView requires glib-2.14.x, GTK+-2.12.x and libxml2 2.5.x.
  32.  
  33. Simple install procedure:
  34.  
  35.   % gzip -cd gtksourceview-2.8.1.tar.gz | tar xvf -    # unpack the sources
  36.   % cd gtksourceview-2.8.1           # change to the toplevel directory
  37.   % ./configure                   # run the `configure' script
  38.   % make                   # build gtksourceview
  39.   [ Become root if necessary ]
  40.   % make install               # install gtksourceview
  41.  
  42. See the file 'INSTALL' for more detailed information.
  43.  
  44.  
  45. How to report bugs
  46. ==================
  47.  
  48. Bugs should be reported to the GNOME bug tracking system.
  49. (http://bugzilla.gnome.org, product gtksourceview). 
  50. You will need to create an account for yourself.
  51.  
  52. You can also report bugs using the GNOME program bug-buddy.
  53.   
  54. In the bug report please include:
  55.   
  56. * Information about your system. For instance:
  57.  
  58.    - What operating system and version
  59.    - What version of X
  60.    - What version of the gtk+, glib and gnome libraries
  61.    - For Linux, what version of the C library
  62.  
  63.   And anything else you think is relevant.
  64.  
  65. * How to reproduce the bug. 
  66.  
  67. * If the bug was a crash, the exact text that was printed out when the
  68.   crash occurred.
  69.  
  70. * Further information such as stack traces may be useful, but is not
  71.   necessary. If you do send a stack trace, and the error is an X error,
  72.   it will be more useful if the stacktrace is produced running the test
  73.   program with the --sync command line option.
  74.  
  75. Please check the bugzilla pages for the list of known bugs.
  76.  
  77. http://bugzilla.gnome.org/buglist.cgi?product=gtksourceview&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
  78.  
  79.  
  80. Patches
  81. =======
  82.  
  83. Patches should also be submitted to bugzilla.gnome.org. If the patch
  84. fixes an existing bug, add the patch as an attachment to that bug
  85. report.
  86.  
  87. Otherwise, enter a new bug report that describes the problem the patch
  88. fixes, and attach it to that bug report.
  89.   
  90. Patches should be in unified diff form (use the -up options of GNU
  91. diff or svn diff) and should follow the coding style described in the
  92. HACKING file.
  93.  
  94. If you are interested in helping us to develop GtkSourceView, please see the 
  95. file 'MAINTAINERS' for contact information and/or send a message to
  96. the GtkSourceView mailing list. See also the file 'HACKING' for
  97. information about our SVN guidelines and the file 'TODO' for a list of
  98. pending tasks.
  99.  
  100.  
  101.  
  102. The GtkSourceView team.
  103.